Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support postgresql 12/13 #85

Merged
merged 1 commit into from
Jan 20, 2022
Merged

Conversation

rnaveiras
Copy link
Owner

After the addition of new counters in pg_stat_database to track
checksums failures, pg_stat_database will also now show available
statistics for shared objects (such as the pg_database), in a new row
with datid valued to 0 and datname valued to NULL

Ignore statistics for shared objects.

Full context here:

postgres/postgres@77bd49a
postgres/postgres@6b9e875

Signed-off-by: Raúl Naveiras [email protected]

After the addition of new counters in `pg_stat_database` to track
checksums failures, `pg_stat_database` will also now show available
statistics for shared objects (such as the `pg_database`), in a new row
with `datid` valued to 0 and `datname` valued to NULL

Ignore statistics for shared objects.

Full context here:

postgres/postgres@77bd49a
postgres/postgres@6b9e875

Signed-off-by: Raúl Naveiras <[email protected]>
@rnaveiras rnaveiras merged commit 890a060 into master Jan 20, 2022
@rnaveiras rnaveiras deleted the rnaveiras/support-postgresql-12-13 branch January 20, 2022 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant